home *** CD-ROM | disk | FTP | other *** search
/ CU Amiga Super CD-ROM 22 / CU Amiga Magazine's Super CD-ROM 22 (1998)(EMAP Images)(GB)[!][issue 1998-05].iso / PowerPC / System / PPCReleaseDEV / FD2Inline / include / proto-src / alib.h next >
Encoding:
C/C++ Source or Header  |  1998-02-21  |  164 b   |  11 lines

  1. #ifndef PROTO_ALIB_H
  2. #define PROTO_ALIB_H
  3.  
  4. #include <clib/alib_protos.h>
  5.  
  6. #ifdef __GNUC__
  7. #include <inline/alib.h>
  8. #endif /* __GNUC__ */
  9.  
  10. #endif /* PROTO_ALIB_H */
  11.